home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
editor
/
blksedtr.lha
/
BED
/
Rexx
/
SASC
/
Compile.bed
< prev
next >
Wrap
Text File
|
1996-01-28
|
221b
|
15 lines
/*
** $VER: Compile.bed 1.0 (14.01.96)
**
** Invoke the SAS C Compiler
*/
OPTIONS RESULTS
GetFilePath PATH
path = RESULT
GetFilePath FILE
ADDRESS COMMAND 'CD "' || path || '"' || '0A'X || 'SC:C/SC "' || RESULT || '"'